-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missed documentation for CA's options. #41001
Conversation
I rechecked usages of sufficient_IterationCount_for_weak_KDF_algorithm and unsafe_DllImportSearchPath_bits and don't understand what wrong. @gewarren, can you help with this? Error:
File content:
|
@FrediKats I'm pretty sure the bookmark links to those sections need to use lower case letters only. |
@gewarren, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FrediKats A little more feedback, but again, thanks for adding these.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@gewarren , you removed some backslash in your suggestions. But this broke md. Markdown parse |
@FrediKats Were you previewing the file in GitHub? Not escaping the pipe character might not render correctly there, but it does on learn.microsoft.com. For example: |
Summary
File
code-quality-rule-options
does not contain all options of CA rules. I found that https://github.com/dotnet/roslyn-analyzers/blob/main/docs/Analyzer%20Configuration.md describes more options. I add missed part to this repo because documentation for all other rules located here.Internal previews